os.File.Fd (method)
6 uses
os (current package)
exec_posix.go#L52: sysattr.Files = append(sysattr.Files, f.Fd())
file.go#L725: func (f *File) Fd() uintptr {
removeall_at.go#L56: if err := removeAllFrom(sysfdType(parent.Fd()), base); err != nil {
removeall_at.go#L119: err := removeAllFrom(sysfdType(file.Fd()), name)
net
file_unix.go#L18: s, call, err := poll.DupCloseOnExec(int(f.Fd()))
runtime/debug
stack.go#L77: fd2, _, err := poll.DupCloseOnExec(int(f.Fd()))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)